ImageStorageHorizontal.this

  1. this(size_t width, size_t height, IAllocator allocator)
    struct ImageStorageHorizontal(Color)
    @trusted
    this
    (
    size_t width
    ,
    size_t height
    ,
    IAllocator allocator = theAllocator()
    )
    if (
    isColor!Color
    )
  2. this(size_t width, size_t height, shared(ISharedAllocator) allocator)
  3. size_t width_;
  4. size_t height_;

Meta